home *** CD-ROM | disk | FTP | other *** search
- defineps drawX(float width,height,penWidth,backRed,backGreen,backBlue,xRed,xGreen,xBlue)
- backRed backGreen backBlue setrgbcolor
- 0 0 width height rectfill
- penWidth setlinewidth
- xRed xGreen xBlue setrgbcolor
- 0 0 moveto
- width height lineto
- 0 height moveto
- width 0 lineto
- stroke
- endps